home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 33
/
Amiga Format AFCD33 (Issue 117, Dec 1998).iso
/
+system+
/
tools
/
disk_tools
/
undelete
/
copytoc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-07
|
291 b
|
14 lines
.
if exists C:Echo
resident C:Echo
endif
echo ""
echo "This script will copy `UnDelete' to your C: directory."
ask "Continue? [y/N]"
if WARN
copy UnDelete C:
echo "Ready."
echo "DO read `UnDelete.doc'; it's small but important!"
echo ""
endif
echo "Select closegadget..."